gh-148067: Fix typo in asyncio event loop docs: 'signals' -> 'signal'#148073
gh-148067: Fix typo in asyncio event loop docs: 'signals' -> 'signal'#148073kumaraditya303 merged 2 commits intopython:mainfrom
Conversation
The example section references the `signal` module, not `signals`. Closes python#148067
|
I have signed the CLA at https://www.python.org/psf/contrib/contrib-form/ using my GitHub account (Herrtian). Please re-check. |
|
I'm afraid you'll also have to sign it through the button above, the form is "ONLY for signing Contributor Agreements on behalf of organizations." |
Done it! |
|
Thanks @Herrtian for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @Herrtian for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
GH-148245 is a backport of this pull request to the 3.13 branch. |
|
GH-148246 is a backport of this pull request to the 3.14 branch. |
…ignal' (pythonGH-148073) (cherry picked from commit 611d606) Co-authored-by: TT <70463940+Herrtian@users.noreply.github.com>
Fix a small typo in the asyncio event loop documentation.
The "Set signal handlers for SIGINT and SIGTERM" example section says:
It should be
signal(referring to thesignalmodule), notsignals.Closes #148067
📚 Documentation preview 📚: https://cpython-previews--148073.org.readthedocs.build/